home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / mac / __intere / bloom_co.unt / card_3840.txt < prev    next >
Text File  |  1990-10-02  |  626b  |  33 lines

  1. -- card: 3840 from stack: in.unt
  2. -- bmap block id: 2415
  3. -- flags: 0000
  4. -- background id: 2303
  5. -- name: Bloom Card 2
  6. ----- HyperTalk script -----
  7. on opencard
  8.   play "transporter"
  9.   wait 2 seconds
  10.   go to card "Bloom Card 1"
  11. end opencard
  12.  
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=259 top=300 right=325 bottom=286
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: New Button
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   go to card id 3857 of stack "Home"
  30. end mouseUp
  31.  
  32.  
  33.